home *** CD-ROM | disk | FTP | other *** search
/ PC User 2004 November / PCU1104CD2.iso / software / full / Smart / files / smart7.exe / {app} / SmartPix.exe / 0 / RCDATA / TDLGHTMLWIZARD / TDLGHTMLWIZARD.txt
Encoding:
Text File  |  2004-06-12  |  73.2 KB  |  2,364 lines

  1. object dlgHTMLWizard: TdlgHTMLWizard
  2.   Left = 496
  3.   Top = 195
  4.   HelpContext = 404
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'HTML'
  8.   ClientHeight = 371
  9.   ClientWidth = 417
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   ShowHint = True
  19.   OnCreate = FormCreate
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object pgcHTML: TPageControl
  24.     Left = 0
  25.     Top = 0
  26.     Width = 417
  27.     Height = 371
  28.     ActivePage = tab6
  29.     Align = alClient
  30.     Style = tsButtons
  31.     TabOrder = 0
  32.     OnChange = pgcHTMLChange
  33.     object tab1: TTabSheet
  34.       Caption = 'tab1'
  35.       object Label18: TLabel
  36.         Left = 8
  37.         Top = 8
  38.         Width = 315
  39.         Height = 22
  40.         Caption = 'Welcome to the Web Index Wizard!'
  41.         Font.Charset = DEFAULT_CHARSET
  42.         Font.Color = clWindowText
  43.         Font.Height = -19
  44.         Font.Name = 'Arial'
  45.         Font.Style = [fsBold]
  46.         ParentFont = False
  47.       end
  48.       object Label19: TLabel
  49.         Left = 8
  50.         Top = 56
  51.         Width = 385
  52.         Height = 33
  53.         AutoSize = False
  54.         Caption = 
  55.           'This tool will allow you to create a thumbnail index of your fil' +
  56.           'es that you can upload to your web page.'
  57.         Layout = tlCenter
  58.         WordWrap = True
  59.       end
  60.       object Label20: TLabel
  61.         Left = 8
  62.         Top = 88
  63.         Width = 393
  64.         Height = 29
  65.         AutoSize = False
  66.         Caption = 'Which files would you like to use for your thumbnail index?'
  67.         Font.Charset = DEFAULT_CHARSET
  68.         Font.Color = clWindowText
  69.         Font.Height = -11
  70.         Font.Name = 'MS Sans Serif'
  71.         Font.Style = [fsBold]
  72.         ParentFont = False
  73.         Layout = tlBottom
  74.         WordWrap = True
  75.       end
  76.       object lblFiles: TLabel
  77.         Left = 8
  78.         Top = 184
  79.         Width = 393
  80.         Height = 29
  81.         AutoSize = False
  82.         Caption = 'What file types do you want to include in your index?'
  83.         Font.Charset = DEFAULT_CHARSET
  84.         Font.Color = clWindowText
  85.         Font.Height = -11
  86.         Font.Name = 'MS Sans Serif'
  87.         Font.Style = [fsBold]
  88.         ParentFont = False
  89.         Layout = tlBottom
  90.         WordWrap = True
  91.       end
  92.       object Bevel1: TBevel
  93.         Left = 8
  94.         Top = 42
  95.         Width = 393
  96.         Height = 9
  97.         Shape = bsTopLine
  98.       end
  99.       object Bevel2: TBevel
  100.         Left = 8
  101.         Top = 298
  102.         Width = 393
  103.         Height = 9
  104.         Shape = bsTopLine
  105.       end
  106.       object btnNext1: TXILBitBtn
  107.         Left = 144
  108.         Top = 308
  109.         Width = 83
  110.         Height = 25
  111.         Caption = 'Next'
  112.         Default = True
  113.         TabOrder = 3
  114.         OnClick = DefaultNextPreviousClick
  115.         Images = frmMain.imgXILButtons
  116.         ImageIndex = 12
  117.       end
  118.       object rdbAllFiles: TRadioButton
  119.         Left = 24
  120.         Top = 132
  121.         Width = 369
  122.         Height = 17
  123.         Caption = 'All Files in the current mode'
  124.         Checked = True
  125.         TabOrder = 0
  126.         TabStop = True
  127.       end
  128.       object rdbselectedfiles: TRadioButton
  129.         Left = 24
  130.         Top = 160
  131.         Width = 377
  132.         Height = 17
  133.         Caption = 'Selected Files in the current mode'
  134.         TabOrder = 1
  135.       end
  136.       object Panel1: TPanel
  137.         Left = 18
  138.         Top = 216
  139.         Width = 385
  140.         Height = 57
  141.         BevelOuter = bvNone
  142.         TabOrder = 2
  143.         object rdbFilesImages: TRadioButton
  144.           Left = 8
  145.           Top = 8
  146.           Width = 377
  147.           Height = 17
  148.           Hint = 
  149.             'Only images will be added to your thumbnail index, other file ty' +
  150.             'pes will be ignored'
  151.           Caption = 'Images Only'
  152.           Checked = True
  153.           TabOrder = 0
  154.           TabStop = True
  155.         end
  156.         object rdbFilesAll: TRadioButton
  157.           Left = 8
  158.           Top = 35
  159.           Width = 377
  160.           Height = 17
  161.           Hint = 
  162.             'All files will be added to the thumbnail index.  Non-image forma' +
  163.             'ts will be given a default thumbnail (unless you have assigned t' +
  164.             'hem a permanent thumbnail)'
  165.           Caption = 
  166.             'All File Types (a default thumbnail will be given to non-image f' +
  167.             'ormats)'
  168.           TabOrder = 1
  169.         end
  170.       end
  171.     end
  172.     object tab2: TTabSheet
  173.       Caption = 'tab2'
  174.       object Label21: TLabel
  175.         Left = 8
  176.         Top = 8
  177.         Width = 227
  178.         Height = 22
  179.         Caption = 'What kind of Web Index?'
  180.         Font.Charset = DEFAULT_CHARSET
  181.         Font.Color = clWindowText
  182.         Font.Height = -19
  183.         Font.Name = 'Arial'
  184.         Font.Style = [fsBold]
  185.         ParentFont = False
  186.       end
  187.       object Label23: TLabel
  188.         Left = 8
  189.         Top = 64
  190.         Width = 265
  191.         Height = 13
  192.         Caption = 'For what purpose will you use this Web Index?'
  193.         Font.Charset = DEFAULT_CHARSET
  194.         Font.Color = clWindowText
  195.         Font.Height = -11
  196.         Font.Name = 'MS Sans Serif'
  197.         Font.Style = [fsBold]
  198.         ParentFont = False
  199.       end
  200.       object Label22: TLabel
  201.         Left = 48
  202.         Top = 120
  203.         Width = 329
  204.         Height = 52
  205.         AutoSize = False
  206.         Caption = 
  207.           'Web Pages, images and thumbnails will all be copied to a specifi' +
  208.           'ed folder so that you can easily transfer the contents to your w' +
  209.           'eb site.  Relative references will be used for specifying file l' +
  210.           'ocations.'
  211.         WordWrap = True
  212.       end
  213.       object Label26: TLabel
  214.         Left = 48
  215.         Top = 208
  216.         Width = 313
  217.         Height = 52
  218.         AutoSize = False
  219.         Caption = 
  220.           'Web pages and thumbnails will be created in a specified location' +
  221.           '.  Links to files will be explicitly specified as their current ' +
  222.           'locations (e.g, file:///C:/MyImages/image.jpg)'
  223.         WordWrap = True
  224.       end
  225.       object Bevel3: TBevel
  226.         Left = 8
  227.         Top = 42
  228.         Width = 393
  229.         Height = 9
  230.         Shape = bsTopLine
  231.       end
  232.       object Bevel4: TBevel
  233.         Left = 8
  234.         Top = 298
  235.         Width = 393
  236.         Height = 9
  237.         Shape = bsTopLine
  238.       end
  239.       object btnprev2: TXILBitBtn
  240.         Tag = -1
  241.         Left = 56
  242.         Top = 308
  243.         Width = 83
  244.         Height = 25
  245.         Caption = 'Previous'
  246.         TabOrder = 2
  247.         OnClick = DefaultNextPreviousClick
  248.         Images = frmMain.imgXILButtons
  249.         ImageIndex = 11
  250.       end
  251.       object BitBtn2: TXILBitBtn
  252.         Left = 144
  253.         Top = 308
  254.         Width = 83
  255.         Height = 25
  256.         Caption = 'Next'
  257.         Default = True
  258.         TabOrder = 3
  259.         OnClick = BitBtn2Click
  260.         Images = frmMain.imgXILButtons
  261.         ImageIndex = 12
  262.       end
  263.       object rdbInternet: TRadioButton
  264.         Left = 16
  265.         Top = 96
  266.         Width = 377
  267.         Height = 17
  268.         Caption = 'Publishing on an Internet Web Site'
  269.         Checked = True
  270.         TabOrder = 0
  271.         TabStop = True
  272.         OnClick = rdbInternetClick
  273.       end
  274.       object rdblocalsite: TRadioButton
  275.         Left = 16
  276.         Top = 184
  277.         Width = 385
  278.         Height = 17
  279.         Caption = 'As an index to files on my computer'
  280.         TabOrder = 1
  281.         OnClick = rdbInternetClick
  282.       end
  283.     end
  284.     object tab3: TTabSheet
  285.       Caption = 'tab3'
  286.       object Label24: TLabel
  287.         Left = 32
  288.         Top = 124
  289.         Width = 275
  290.         Height = 26
  291.         Caption = 
  292.           'Note:  A new folder will be created in the location that you spe' +
  293.           'cify to contain all of the required files.'
  294.         WordWrap = True
  295.       end
  296.       object Label27: TLabel
  297.         Left = 8
  298.         Top = 8
  299.         Width = 128
  300.         Height = 22
  301.         Caption = 'Output Folder'
  302.         Font.Charset = DEFAULT_CHARSET
  303.         Font.Color = clWindowText
  304.         Font.Height = -19
  305.         Font.Name = 'Arial'
  306.         Font.Style = [fsBold]
  307.         ParentFont = False
  308.       end
  309.       object Label28: TLabel
  310.         Left = 8
  311.         Top = 48
  312.         Width = 393
  313.         Height = 29
  314.         AutoSize = False
  315.         Caption = 'Please specify the folder where the Index should be created:'
  316.         Font.Charset = DEFAULT_CHARSET
  317.         Font.Color = clWindowText
  318.         Font.Height = -11
  319.         Font.Name = 'MS Sans Serif'
  320.         Font.Style = [fsBold]
  321.         ParentFont = False
  322.         Layout = tlBottom
  323.         WordWrap = True
  324.       end
  325.       object Label29: TLabel
  326.         Left = 32
  327.         Top = 160
  328.         Width = 281
  329.         Height = 39
  330.         Caption = 
  331.           'Please also note that all of the images used in the index will b' +
  332.           'e copied to this folder so please ensure that you have sufficien' +
  333.           't disk space.'
  334.         WordWrap = True
  335.       end
  336.       object Label30: TLabel
  337.         Left = 8
  338.         Top = 212
  339.         Width = 377
  340.         Height = 26
  341.         AutoSize = False
  342.         Caption = 
  343.           'Please specify the filename that should be used for the main HTM' +
  344.           'L index page:'
  345.         Font.Charset = DEFAULT_CHARSET
  346.         Font.Color = clWindowText
  347.         Font.Height = -11
  348.         Font.Name = 'MS Sans Serif'
  349.         Font.Style = [fsBold]
  350.         ParentFont = False
  351.         Layout = tlBottom
  352.         WordWrap = True
  353.       end
  354.       object Bevel5: TBevel
  355.         Left = 8
  356.         Top = 42
  357.         Width = 393
  358.         Height = 9
  359.         Shape = bsTopLine
  360.       end
  361.       object Bevel6: TBevel
  362.         Left = 8
  363.         Top = 298
  364.         Width = 393
  365.         Height = 9
  366.         Shape = bsTopLine
  367.       end
  368.       object edtHTMLName: TEdit
  369.         Left = 40
  370.         Top = 248
  371.         Width = 193
  372.         Height = 21
  373.         Hint = 
  374.           'This is the file that will be used for the main Web page, all ot' +
  375.           'her pages will have an incremented file name (e.g. if you first ' +
  376.           'file is Index.html, your second will be Index2.html, etc)'
  377.         ParentShowHint = False
  378.         ShowHint = True
  379.         TabOrder = 2
  380.         Text = 'index.html'
  381.       end
  382.       object edtSaveHTMLDirectory: TEdit
  383.         Left = 32
  384.         Top = 88
  385.         Width = 265
  386.         Height = 21
  387.         TabOrder = 0
  388.       end
  389.       object btnBrowse1: TXILBitBtn
  390.         Left = 304
  391.         Top = 86
  392.         Width = 81
  393.         Height = 25
  394.         HelpContext = 96
  395.         Caption = 'Browse..'
  396.         TabOrder = 1
  397.         OnClick = btnBrowse1Click
  398.         Images = frmMain.imgXILButtons
  399.         ImageIndex = 8
  400.       end
  401.       object btnPrev3: TXILBitBtn
  402.         Tag = -1
  403.         Left = 56
  404.         Top = 308
  405.         Width = 83
  406.         Height = 25
  407.         Caption = 'Previous'
  408.         TabOrder = 3
  409.         OnClick = DefaultNextPreviousClick
  410.         Images = frmMain.imgXILButtons
  411.         ImageIndex = 11
  412.       end
  413.       object btnNext3: TXILBitBtn
  414.         Left = 144
  415.         Top = 308
  416.         Width = 83
  417.         Height = 25
  418.         Caption = 'Next'
  419.         Default = True
  420.         TabOrder = 4
  421.         OnClick = btnNext3Click
  422.         Images = frmMain.imgXILButtons
  423.         ImageIndex = 12
  424.       end
  425.     end
  426.     object tab4: TTabSheet
  427.       Caption = 'tab4'
  428.       OnShow = tab4Show
  429.       object Label25: TLabel
  430.         Left = 8
  431.         Top = 8
  432.         Width = 152
  433.         Height = 22
  434.         Caption = 'Output Filename'
  435.         Font.Charset = DEFAULT_CHARSET
  436.         Font.Color = clWindowText
  437.         Font.Height = -19
  438.         Font.Name = 'Arial'
  439.         Font.Style = [fsBold]
  440.         ParentFont = False
  441.       end
  442.       object Label31: TLabel
  443.         Left = 8
  444.         Top = 128
  445.         Width = 393
  446.         Height = 45
  447.         AutoSize = False
  448.         Caption = 'Where should the created thumbnails be saved to:'
  449.         Font.Charset = DEFAULT_CHARSET
  450.         Font.Color = clWindowText
  451.         Font.Height = -11
  452.         Font.Name = 'MS Sans Serif'
  453.         Font.Style = [fsBold]
  454.         ParentFont = False
  455.         Layout = tlBottom
  456.         WordWrap = True
  457.       end
  458.       object Label32: TLabel
  459.         Left = 8
  460.         Top = 56
  461.         Width = 393
  462.         Height = 29
  463.         AutoSize = False
  464.         Caption = 'Please specify the filename for the main Web index page:'
  465.         Font.Charset = DEFAULT_CHARSET
  466.         Font.Color = clWindowText
  467.         Font.Height = -11
  468.         Font.Name = 'MS Sans Serif'
  469.         Font.Style = [fsBold]
  470.         ParentFont = False
  471.         Layout = tlBottom
  472.       end
  473.       object Bevel7: TBevel
  474.         Left = 8
  475.         Top = 42
  476.         Width = 393
  477.         Height = 9
  478.         Shape = bsTopLine
  479.       end
  480.       object Bevel8: TBevel
  481.         Left = 8
  482.         Top = 298
  483.         Width = 393
  484.         Height = 9
  485.         Shape = bsTopLine
  486.       end
  487.       object btnPrev4: TXILBitBtn
  488.         Tag = -1
  489.         Left = 56
  490.         Top = 308
  491.         Width = 83
  492.         Height = 25
  493.         Caption = 'Previous'
  494.         TabOrder = 4
  495.         OnClick = btnPrev4Click
  496.         Images = frmMain.imgXILButtons
  497.         ImageIndex = 11
  498.       end
  499.       object btnNext4: TXILBitBtn
  500.         Left = 144
  501.         Top = 308
  502.         Width = 83
  503.         Height = 25
  504.         Caption = 'Next'
  505.         Default = True
  506.         TabOrder = 5
  507.         OnClick = btnNext4Click
  508.         Images = frmMain.imgXILButtons
  509.         ImageIndex = 12
  510.       end
  511.       object edtHTMLfile: TEdit
  512.         Left = 24
  513.         Top = 96
  514.         Width = 265
  515.         Height = 21
  516.         Hint = 
  517.           'This is the file that will be used for the main Web page, all ot' +
  518.           'her pages will have an incremented file name (e.g. if you first ' +
  519.           'file is Index.html, your second will be Index2.html, etc)'
  520.         TabOrder = 0
  521.       end
  522.       object btnhtmlbrowse: TXILBitBtn
  523.         Left = 304
  524.         Top = 94
  525.         Width = 81
  526.         Height = 25
  527.         HelpContext = 96
  528.         Caption = 'Browse..'
  529.         TabOrder = 1
  530.         OnClick = btnbrowse
  531.         Images = frmMain.imgXILButtons
  532.         ImageIndex = 8
  533.       end
  534.       object Chksavetohtmldir: TRadioButton
  535.         Left = 32
  536.         Top = 188
  537.         Width = 369
  538.         Height = 17
  539.         Hint = 
  540.           'If this is checked then the thumbnail files will be saved to the' +
  541.           ' same folder as the created Web files'
  542.         Caption = 'Save thumbnails to same folder as Web pages'
  543.         Checked = True
  544.         ParentShowHint = False
  545.         ShowHint = True
  546.         TabOrder = 2
  547.         TabStop = True
  548.       end
  549.       object rdbSaveToImageDir: TRadioButton
  550.         Left = 32
  551.         Top = 216
  552.         Width = 377
  553.         Height = 17
  554.         Hint = 
  555.           'If this is checked then the thumbnail files will be saved to the' +
  556.           ' same folder as the images for which they relate to'
  557.         Caption = 'Save thumbnails to their respective image folders'
  558.         ParentShowHint = False
  559.         ShowHint = True
  560.         TabOrder = 3
  561.       end
  562.     end
  563.     object tab5: TTabSheet
  564.       Caption = 'tab5'
  565.       object Label33: TLabel
  566.         Left = 8
  567.         Top = 8
  568.         Width = 116
  569.         Height = 22
  570.         Caption = 'Page Layout'
  571.         Font.Charset = DEFAULT_CHARSET
  572.         Font.Color = clWindowText
  573.         Font.Height = -19
  574.         Font.Name = 'Arial'
  575.         Font.Style = [fsBold]
  576.         ParentFont = False
  577.       end
  578.       object Label34: TLabel
  579.         Left = 8
  580.         Top = 53
  581.         Width = 393
  582.         Height = 31
  583.         AutoSize = False
  584.         Caption = 'What layout would you like to use for your Web Thumbnail Pages:'
  585.         Font.Charset = DEFAULT_CHARSET
  586.         Font.Color = clWindowText
  587.         Font.Height = -11
  588.         Font.Name = 'MS Sans Serif'
  589.         Font.Style = [fsBold]
  590.         ParentFont = False
  591.         Layout = tlCenter
  592.         WordWrap = True
  593.       end
  594.       object rdbdescr: TToolbarButton97
  595.         Left = 33
  596.         Top = 155
  597.         Width = 63
  598.         Height = 50
  599.         GroupIndex = 543
  600.         Flat = False
  601.         Glyph.Data = {
  602.           B60B0000424DB60B00000000000036040000280000002F000000280000000100
  603.           08000000000080070000C40E0000C40E00000001000000000000003100000039
  604.           000000420000B5420000004A0000AD4A0000BD4A000000520000C6520000005A
  605.           0000085A0000C65A0000006300007B630000CE630000C66B0000DE6B0000E76B
  606.           0000DE730000F78C0000084208009C4208000052080008520800085A0800086B
  607.           0800D68C0800106B1000186B100008731000E78C1000106B1800BD6B1800CE7B
  608.           1800218C1800DE7B2100AD9C2100C6732900318C2900B5AD2900FFAD2900BD73
  609.           3100318C310029B53100398C3900DE8C3900429C3900529C3900B5A5390031AD
  610.           39009CAD3900AD6B4200319442003994420094944200DE9C420029A5420094B5
  611.           4200FFB5420084BD42004AA54A004AAD4A0094B54A008CBD4A00FFBD4A00429C
  612.           5200FFC65200A5BD5A00FFBD5A00FFC65A00FFCE5A005ABD630063C66300FFCE
  613.           63006B6B6B004AC66B0073737300CE9C730052A5730052B57B00F7CE7B0073D6
  614.           7B00FFD67B00848484008C84840063B58400E7D68400F7D68400FFD684008484
  615.           8C008C848C0094848C008C8C8C007BCE8C008CCE8C00F7CE8C00FFD68C00FFE7
  616.           8C008C8C9400948C94008C94940094949400DEBD9400EFC694008CCE9400F7CE
  617.           9400848C9C008C949C009C9C9C00E7C69C00EFC69C00EFCE9C008CD69C00F7D6
  618.           9C00FFD69C00FFEF9C00A5A5A50073CEA500EFCEA500F7D6A50094DEA500FFDE
  619.           A500A5A5AD00ADADAD00F7D6AD0094DEAD00F7DEAD0073E7AD00ADADB500ADB5
  620.           B500B5B5B5007BD6B50094DEB50084E7B500B5B5BD00BDBDBD009CD6BD008CDE
  621.           BD00F7DEBD00FFFFBD00BDBDC600BDC6C600C6C6C60094E7C600F7EFC600FFEF
  622.           C60094E7CE00FFFFCE0094E7DE0094EFE70094FFE700FF00FF009CFFFF00A5FF
  623.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  624.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  625.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  626.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  627.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  628.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  629.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  630.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  631.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  632.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  633.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  634.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  635.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00979797979797
  636.           97979797979797979797979797974A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A
  637.           4A4A4A4A4A4A4A4A4A0097979797979797979797979797979797979797974A9A
  638.           9A9A9A9A9A9A9A9A9091908A7E7C776F67676767676767674A00979797979797
  639.           97979797979797979797979797974A9A9A9A9A9A9A9A9A9A9A91908A8A7C776F
  640.           6F676767676767674A0097979797979797979797979797979797979797974A9A
  641.           9A65635C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C67674A00979797979797
  642.           97979797979797979797979797974A9A9A655E5E5E5555707878787D84848989
  643.           898F9292925467674A0097979797979797979797979797979797979797974A9A
  644.           9A6C2C2A2A353535353535414E4E4F7583929695945467674A00979797979797
  645.           97979797979797979797979797974A9A9A6C1704041616161616161714142A4E
  646.           4F999895955467674A0097979797979797979797979797979797979797974A9A
  647.           9A6C170404161616161604141414174E75999898955467674A004A4A4A4A4A4A
  648.           4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A9A9A74170702010101010002171B1F2A4F
  649.           5D857F7F755A77674A004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A9A
  650.           9A74261C1B1701010001141F38384B51513E2727306277774A004A9A9A9A9A9A
  651.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A9A9A7B2E2E2A1F0102040418263E3E3224
  652.           241A13131E6A7C7C4A004A9A9A4B4B4B4B4B9A9A9A9A9A9A9A9A9A9A9A9A4A9A
  653.           9A8047473C1C0707090A1C0D0F0F0E1010101212236A7E7E4A004A9A9A2B2B2B
  654.           2B3D9A9A4C9A9A4C9A4C4C654C4C4A9A9A8047473D261B070C1C1C0D0F0F0E0E
  655.           0E0E1210216A8A7C4A004A9A9A22222231609A9A4C4C9A4C9A4C9A9A4C654A9A
  656.           9A823D3D3D2F2F2F2E36362D23230E0E0B0B080B0F6B8A7C4A004A9A9A372231
  657.           56609A9A4C4C654C9A4C9A9A4C4C4A9A9A873B3B3B4356565673735049503725
  658.           25290505056B908A4A004A9A9A40404044459A9A9A9A9A9A9A9A9A9A9A9A4A9A
  659.           9A873F3B3B4356565058735850494425372D0505156B90904A004A9A9A9A9A9A
  660.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A9A9A87585252495F5F58585F5F5050508B
  661.           6F674D4D336293934A004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A9A
  662.           9A8E7777695F5F505F7C69697C7C716F6F76767676599A9A4A004A9A9A4B4B4B
  663.           4B4B9A9A9A9A9A9A9A9A9A9A9A9A4A9A9A8E766F6F76766F6F6D6D6D6D6D6D6D
  664.           6D6D676767629A9A4A004A9A9A2B2B2B2B3D9A9A4C9A9A4C9A4C4C654C4C4A9A
  665.           9A8E766F6F7676766D6D6D6D6D6D6D6D6D6D676766629A9A4A004A9A9A222222
  666.           31609A9A4C4C9A4C9A4C9A9A4C654A9A9A8D8D8C8C8786868682828180807B7A
  667.           7A7A74746C6C9A9A4A004A9A9A37223156609A9A4C4C654C9A4C9A9A4C4C4A9A
  668.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A004A9A9A404040
  669.           44459A9A9A9A9A9A9A9A9A9A9A9A4A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A
  670.           9A9A9A9A9A9A9A9A4A004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A4A
  671.           4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A004A9A9A9A9A9A
  672.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9390908A4A
  673.           979797979797979797004A9A9A4B4B4B4B4B9A9A9A9A9A9A9A9A9A9A9A9A9A9A
  674.           9A9A9A9A9A9A9A9A9A9A9A9A9390904A979797979797979797004A9A9A2B2B2B
  675.           2B3D9A9A4C9A9A4C9A4C4C654C4C4C9A654C654C9A4C9A4C9A9A654C6593934A
  676.           979797979797979797004A9A9A22222231609A9A4C4C9A4C9A4C9A9A4C659A9A
  677.           9A4C9A4C9A4C9A4C4C9A4C9A4C9A9A4A979797979797979797004A9A9A372231
  678.           56609A9A4C4C654C9A4C9A9A4C4C4C9A654C654C4C659A4C4C65654C659A9A4A
  679.           979797979797979797004A9A9A40404044459A9A9A9A9A9A9A9A9A9A9A9A9A9A
  680.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A979797979797979797004A9A9A9A9A9A
  681.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A
  682.           979797979797979797004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A
  683.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A979797979797979797004A9A9A9A9A9A
  684.           9A9A9A4A4A4A9A4A9A9A4A9A654A4A4A9A654A4A9A4A9A9A4A9A9A9A9A9A9A4A
  685.           979797979797979797004A9A9A9A9A9A9A9A9A9A4A9A9A4A9A9A4A9A4A9A9A4A
  686.           9A4A9A9A9A9A4C4C9A9A9A9A9A9A9A4A979797979797979797004A9A9A9A9A9A
  687.           9A9A9A9A4A9A9A4A9A9A4A9A4A9A9A4A9A4A4A4A9A9A4C4C9A9A9A9A9A9A9A4A
  688.           979797979797979797004A9A9A9A9A9A9A9A9A9A4A9A9A4A4A4A659A654A4A4A
  689.           9A654A659A4A9A9A4A9A9A9A9A9A9A4A979797979797979797004A9A9A9A9A9A
  690.           9A9A9A9A4A9A9A9A9A9A9A9A9A9A9A4A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A
  691.           979797979797979797004A9A9A9A9A9A9A9A9A4A4A4A9A9A9A9A9A9A9A9A9A4A
  692.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A979797979797979797004A9A9A9A9A9A
  693.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A
  694.           979797979797979797004A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A
  695.           4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A97979797979797979700}
  696.         OnClick = rdbcolumnsClick
  697.       end
  698.       object rdbFrames: TToolbarButton97
  699.         Left = 33
  700.         Top = 216
  701.         Width = 63
  702.         Height = 50
  703.         GroupIndex = 543
  704.         Flat = False
  705.         Glyph.Data = {
  706.           B60B0000424DB60B00000000000036040000280000002F000000280000000100
  707.           08000000000080070000C40E0000C40E00000001000000000000003100000039
  708.           000000420000B5420000004A0000AD4A0000BD4A000000520000C6520000005A
  709.           0000085A0000C65A0000006300007B630000CE630000C66B0000DE6B0000E76B
  710.           0000DE730000F78C0000084208009C4208000052080008520800085A0800086B
  711.           0800D68C0800106B1000186B100008731000E78C1000106B1800BD6B1800CE7B
  712.           1800218C1800DE7B2100AD9C2100C6732900318C2900B5AD2900FFAD2900BD73
  713.           3100318C310029B53100398C3900DE8C3900429C3900529C3900B5A5390031AD
  714.           39009CAD3900AD6B4200319442003994420094944200DE9C420029A5420094B5
  715.           4200FFB5420084BD42004AA54A004AAD4A0094B54A008CBD4A00FFBD4A00429C
  716.           5200FFC65200A5BD5A00FFBD5A00FFC65A00FFCE5A005ABD630063C66300FFCE
  717.           63006B6B6B004AC66B0073737300CE9C730052A5730052B57B00F7CE7B0073D6
  718.           7B00FFD67B00848484008C84840063B58400E7D68400F7D68400FFD684008484
  719.           8C008C848C0094848C008C8C8C007BCE8C008CCE8C00F7CE8C00FFD68C00FFE7
  720.           8C008C8C9400948C94008C94940094949400DEBD9400EFC694008CCE9400F7CE
  721.           9400848C9C008C949C009C9C9C00E7C69C00EFC69C00EFCE9C008CD69C00F7D6
  722.           9C00FFD69C00FFEF9C00A5A5A50073CEA500EFCEA500F7D6A50094DEA500FFDE
  723.           A500A5A5AD00ADADAD00F7D6AD0094DEAD00F7DEAD0073E7AD00ADADB500ADB5
  724.           B500B5B5B5007BD6B50094DEB50084E7B500B5B5BD00BDBDBD009CD6BD008CDE
  725.           BD00F7DEBD00FFFFBD00BDBDC600BDC6C600C6C6C60094E7C600F7EFC600FFEF
  726.           C60094E7CE00FFFFCE0094E7DE0094EFE70094FFE700FF00FF009CFFFF00A5FF
  727.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  728.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  729.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  730.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  731.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  732.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  733.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  734.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  735.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  736.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  737.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  738.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  739.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00979797979797
  740.           9797979797979797979797979797979797979797979797979797979797979797
  741.           9797979797979797970097979797979797979797979797979797979797979797
  742.           9797979797979797979797979797979797979797979797979700979797979797
  743.           9797979797979797979797979797979797979797979797979797979797979797
  744.           9797979797979797970097979797979797979797979797979797979797979797
  745.           9797979797979797979797979797979797979797979797979700979797974A4A
  746.           4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A
  747.           4A4A4A4A979797979700979797974A8A7E7C776F676767714A9A9A9A9A9A9A9A
  748.           9A9A9091908A7E7C776F6767676767676767674A979797979700979797974A8A
  749.           8A7C776F6F67676F4A9A9A9A9A9A9A9A9A9A9A91908A8A7C776F6F6767676767
  750.           6767674A979797979700979797974A908A4B4B4B4B4B676F4A9A9A9A9A9A9A9A
  751.           9A9A9A9A90908A8A7C7C6F6F676767676767674A979797979700979797974A90
  752.           902B2B2B2B3D6F674A9A9A9A9A9A9A9A9A9A9A9A9090908A7E7C7C6F6F676767
  753.           6767674A979797979700979797974A909022222231606F6F4A9A9A9A9A9A9A9A
  754.           9A9A9A9A9A9090908A8A7C7C6F6F6F676767674A979797979700979797974A9A
  755.           90372231566077774A9A9A65635C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C
  756.           5C67674A979797979700979797974A9A9340404044457C7C4A9A9A655E5E5E5E
  757.           68707878787D848489898989929288885467674A979797979700979797974A9A
  758.           9A9A90908A8A7E7E4A9A9A655E5E5E5555707878787D84848989898F92929288
  759.           5467674A979797979700979797974A9A9A9A9390908A8A7C4A9A9A6C2C2A2A35
  760.           3535353535414E4E4F75839296959494546F674A979797979700979797974A9A
  761.           9A4B4B4B4B4B8A904A9A9A6C1704041616161616161714142A4E4F9998959595
  762.           546F6F4A979797979700979797974A9A9A2B2B2B2B3D90904A9A9A6C17040416
  763.           1616161604141414174E7599989895955477774A979797979700979797974A9A
  764.           9A222222316090904A9A9A74170702010101010002171B1F2A4F5D857F7F7575
  765.           5A7C7C4A979797979700979797974A9A9A372231566093904A9A9A741B190A04
  766.           01010000001B22343D51513E27273030627E7E4A979797979700979797974A9A
  767.           9A40404044459A934A9A9A74261C1B1701010001141F38384B51513E27273030
  768.           628A7C4A979797979700979797974A9A9A9A9A9A9A9A9A9A4A9A9A7B2E2E2A1F
  769.           0102040418263E3E3224241A13131E1E6A8A7C4A979797979700979797974A9A
  770.           9A9A9A9A9A9A9A9A4A9A9A8047473C1C0707090A1C0D0F0F0E10101012122321
  771.           6A908A4A979797979700979797974A9A9A4B4B4B4B4B9A9A4A9A9A8047473D26
  772.           1B070C1C1C0D0F0F0E0E0E0E121021216A90904A979797979700979797974A9A
  773.           9A2B2B2B2B3D9A9A4A9A9A823D3D3D2F2F2F2E36362D23230E0E0B0B080B0F20
  774.           6B93934A979797979700979797974A9A9A22222231609A9A4A9A9A873B3B3B43
  775.           565656737350495037252529050505156B9A9A4A979797979700979797974A9A
  776.           9A37223156609A9A4A9A9A873F3B3B4356565058735850494425372D05051515
  777.           6B9A9A4A979797979700979797974A9A9A40404044459A9A4A9A9A8758525249
  778.           5F5F58585F5F5050508B6F674D4D3333629A9A4A979797979700979797974A9A
  779.           9A9A9A9A9A9A9A9A4A9A9A8E7777695F5F505F7C69697C7C716F6F767676766D
  780.           599A9A4A979797979700979797974A9A9A9A9A9A9A9A9A9A4A9A9A8E766F6F76
  781.           766F6F6D6D6D6D6D6D6D6D6D67676766629A9A4A979797979700979797974A9A
  782.           9A4B4B4B4B4B9A9A4A9A9A8E766F6F7676766D6D6D6D6D6D6D6D6D6D67676666
  783.           629A9A4A979797979700979797974A9A9A2B2B2B2B3D9A9A4A9A9A8D8D8C8C87
  784.           86868682828180807B7A7A7A74746C6C6C9A9A4A979797979700979797974A9A
  785.           9A22222231609A9A4A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A
  786.           9A9A9A4A979797979700979797974A9A9A37223156609A9A4A9A9A9A9A9A9A9A
  787.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A979797979700979797974A9A
  788.           9A40404044459A9A4A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A
  789.           9A9A9A4A979797979700979797974A9A9A9A9A9A9A9A9A9A4A9A9A9A9A9A9A9A
  790.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A979797979700979797974A9A
  791.           9A9A9A9A9A9A9A9A4A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A
  792.           9A9A9A4A979797979700979797974A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A
  793.           4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A979797979700979797979797
  794.           9797979797979797979797979797979797979797979797979797979797979797
  795.           9797979797979797970097979797979797979797979797979797979797979797
  796.           9797979797979797979797979797979797979797979797979700979797979797
  797.           9797979797979797979797979797979797979797979797979797979797979797
  798.           9797979797979797970097979797979797979797979797979797979797979797
  799.           9797979797979797979797979797979797979797979797979700}
  800.         OnClick = rdbcolumnsClick
  801.       end
  802.       object rdbcolumns: TToolbarButton97
  803.         Left = 33
  804.         Top = 94
  805.         Width = 63
  806.         Height = 50
  807.         GroupIndex = 543
  808.         Down = True
  809.         Flat = False
  810.         Glyph.Data = {
  811.           B60B0000424DB60B00000000000036040000280000002F000000280000000100
  812.           08000000000080070000C40E0000C40E00000001000000000000003100000039
  813.           000000420000B5420000004A0000AD4A0000BD4A000000520000C6520000005A
  814.           0000085A0000C65A0000006300007B630000CE630000C66B0000DE6B0000E76B
  815.           0000DE730000F78C0000084208009C4208000052080008520800085A0800086B
  816.           0800D68C0800106B1000186B100008731000E78C1000106B1800BD6B1800CE7B
  817.           1800218C1800DE7B2100AD9C2100C6732900318C2900B5AD2900FFAD2900BD73
  818.           3100318C310029B53100398C3900DE8C3900429C3900529C3900B5A5390031AD
  819.           39009CAD3900AD6B4200319442003994420094944200DE9C420029A5420094B5
  820.           4200FFB5420084BD42004AA54A004AAD4A0094B54A008CBD4A00FFBD4A00429C
  821.           5200FFC65200A5BD5A00FFBD5A00FFC65A00FFCE5A005ABD630063C66300FFCE
  822.           63006B6B6B004AC66B0073737300CE9C730052A5730052B57B00F7CE7B0073D6
  823.           7B00FFD67B00848484008C84840063B58400E7D68400F7D68400FFD684008484
  824.           8C008C848C0094848C008C8C8C007BCE8C008CCE8C00F7CE8C00FFD68C00FFE7
  825.           8C008C8C9400948C94008C94940094949400DEBD9400EFC694008CCE9400F7CE
  826.           9400848C9C008C949C009C9C9C00E7C69C00EFC69C00EFCE9C008CD69C00F7D6
  827.           9C00FFD69C00FFEF9C00A5A5A50073CEA500EFCEA500F7D6A50094DEA500FFDE
  828.           A500A5A5AD00ADADAD00F7D6AD0094DEAD00F7DEAD0073E7AD00ADADB500ADB5
  829.           B500B5B5B5007BD6B50094DEB50084E7B500B5B5BD00BDBDBD009CD6BD008CDE
  830.           BD00F7DEBD00FFFFBD00BDBDC600BDC6C600C6C6C60094E7C600F7EFC600FFEF
  831.           C60094E7CE00FFFFCE0094E7DE0094EFE70094FFE700FF00FF009CFFFF00A5FF
  832.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  833.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  834.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  835.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  836.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  837.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  838.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  839.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  840.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  841.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  842.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  843.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
  844.           FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00979797979797
  845.           97979797979797979797979797974A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A
  846.           4A4A4A4A4A4A4A4A4A0097979797979797979797979797979797979797974A9A
  847.           9A9A9A9A9A9A9A9A9091908A7E7C776F67676767676767674A00979797979797
  848.           97979797979797979797979797974A9A9A9A9A9A9A9A9A9A9A91908A8A7C776F
  849.           6F676767676767674A0097979797979797979797979797979797979797974A9A
  850.           9A65635C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C5C67674A00979797979797
  851.           97979797979797979797979797974A9A9A655E5E5E5555707878787D84848989
  852.           898F9292925467674A0097979797979797979797979797979797979797974A9A
  853.           9A6C2C2A2A353535353535414E4E4F7583929695945467674A00979797979797
  854.           97979797979797979797979797974A9A9A6C1704041616161616161714142A4E
  855.           4F999895955467674A0097979797979797979797979797979797979797974A9A
  856.           9A6C170404161616161604141414174E75999898955467674A004A4A4A4A4A4A
  857.           4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A9A9A74170702010101010002171B1F2A4F
  858.           5D857F7F755A77674A004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A904A9A
  859.           9A74261C1B1701010001141F38384B51513E2727306277774A004A9A9A9A9A9A
  860.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A9A9A7B2E2E2A1F0102040418263E3E3224
  861.           241A13131E6A7C7C4A004A9A9A9A4B4B4B4B4B9A9A9A4B4B4B4B4B9A9A9A4A9A
  862.           9A8047473C1C0707090A1C0D0F0F0E1010101212236A7E7E4A004A9A9A9A2B2B
  863.           2B2B3D9A9A9A2B2B2B2B3D9A9A9A4A9A9A8047473D261B070C1C1C0D0F0F0E0E
  864.           0E0E1210216A8A7C4A004A9A9A9A22222231609A9A9A22222231609A9A9A4A9A
  865.           9A823D3D3D2F2F2F2E36362D23230E0E0B0B080B0F6B8A7C4A004A9A9A9A3722
  866.           3156609A9A9A37223156609A9A9A4A9A9A873B3B3B4356565673735049503725
  867.           25290505056B908A4A004A9A9A9A40404044459A9A9A40404044459A9A9A4A9A
  868.           9A873F3B3B4356565058735850494425372D0505156B90904A004A9A9A9A9A9A
  869.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A9A9A87585252495F5F58585F5F5050508B
  870.           6F674D4D336293934A004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A9A
  871.           9A8E7777695F5F505F7C69697C7C716F6F76767676599A9A4A004A9A9A9A4B4B
  872.           4B4B4B9A9A9A4B4B4B4B4B9A9A9A4A9A9A8E766F6F76766F6F6D6D6D6D6D6D6D
  873.           6D6D676767629A9A4A004A9A9A9A2B2B2B2B3D9A9A9A2B2B2B2B3D9A9A9A4A9A
  874.           9A8E766F6F7676766D6D6D6D6D6D6D6D6D6D676766629A9A4A004A9A9A9A2222
  875.           2231609A9A9A22222231609A9A9A4A9A9A8D8D8C8C8786868682828180807B7A
  876.           7A7A74746C6C9A9A4A004A9A9A9A37223156609A9A9A37223156609A9A9A4A9A
  877.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A004A9A9A9A4040
  878.           4044459A9A9A40404044459A9A9A4A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A
  879.           9A9A9A9A9A9A9A9A4A004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A4A
  880.           4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A004A9A9A9A9A9A
  881.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9390908A4A97
  882.           979797979797979797004A9A9A9A4B4B4B4B4B9A9A9A4B4B4B4B4B9A9A9A4B4B
  883.           4B4B4B9A9A9A4B4B4B4B4B9390904A97979797979797979797004A9A9A9A2B2B
  884.           2B2B3D9A9A9A2B2B2B2B3D9A9A9A2B2B2B2B3D9A9A9A2B2B2B2B3D9A93934A97
  885.           979797979797979797004A9A9A9A22222231609A9A9A22222231609A9A9A2222
  886.           2231609A9A9A22222231609A9A9A4A97979797979797979797004A9A9A9A3722
  887.           3156609A9A9A37223156609A9A9A37223156609A9A9A37223156609A9A9A4A97
  888.           979797979797979797004A9A9A9A40404044459A9A9A40404044459A9A9A4040
  889.           4044459A9A9A40404044459A9A9A4A97979797979797979797004A9A9A9A9A9A
  890.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A97
  891.           979797979797979797004A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A
  892.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A97979797979797979797004A9A9A9A9A9A
  893.           9A4A4A4A9A4A9A9A4A9A654A4A4A9A654A4A9A4A9A9A4A9A9A9A9A9A9A9A4A97
  894.           979797979797979797004A9A9A9A9A9A9A9A4A9A9A4A9A9A4A9A4A9A9A4A9A4A
  895.           9A9A9A9A4C4C9A9A9A9A9A9A9A9A4A97979797979797979797004A9A9A9A9A9A
  896.           9A9A4A9A9A4A9A9A4A9A4A9A9A4A9A4A4A4A9A9A4C4C9A9A9A9A9A9A9A9A4A97
  897.           979797979797979797004A9A9A9A9A9A9A9A4A9A9A4A4A4A659A654A4A4A9A65
  898.           4A659A4A9A9A4A9A9A9A9A9A9A9A4A97979797979797979797004A9A9A9A9A9A
  899.           9A9A4A9A9A9A9A9A9A9A9A9A9A4A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A97
  900.           979797979797979797004A9A9A9A9A9A9A4A4A4A9A9A9A9A9A9A9A9A9A4A9A9A
  901.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A97979797979797979797004A9A9A9A9A9A
  902.           9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A9A4A97
  903.           979797979797979797004A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A
  904.           4A4A4A4A4A4A4A4A4A4A4A4A4A4A4A9797979797979797979700}
  905.         OnClick = rdbcolumnsClick
  906.       end
  907.       object Label47: TLabel
  908.         Left = 104
  909.         Top = 94
  910.         Width = 289
  911.         Height = 50
  912.         AutoSize = False
  913.         Caption = 
  914.           'Thumbnails are displayed in multiple columns.  Clicking a thumbn' +
  915.           'ail displays the image in a new window.'
  916.         Layout = tlCenter
  917.         WordWrap = True
  918.       end
  919.       object Label49: TLabel
  920.         Left = 104
  921.         Top = 155
  922.         Width = 289
  923.         Height = 50
  924.         AutoSize = False
  925.         Caption = 
  926.           'Thumbnails are displayed in a single column.  To the right of ea' +
  927.           'ch thumbnail its file description is listed.  Clicking a thumbna' +
  928.           'il displays the image in a new window.'
  929.         Layout = tlCenter
  930.         WordWrap = True
  931.       end
  932.       object Label50: TLabel
  933.         Left = 104
  934.         Top = 216
  935.         Width = 289
  936.         Height = 50
  937.         AutoSize = False
  938.         Caption = 
  939.           'A single column of thumbnails is displayed in the left hand fram' +
  940.           'e.  Clicking a thumbnail displays it in the right hand frame.'
  941.         Layout = tlCenter
  942.         WordWrap = True
  943.       end
  944.       object Bevel9: TBevel
  945.         Left = 8
  946.         Top = 42
  947.         Width = 393
  948.         Height = 9
  949.         Shape = bsTopLine
  950.       end
  951.       object Bevel10: TBevel
  952.         Left = 8
  953.         Top = 298
  954.         Width = 393
  955.         Height = 9
  956.         Shape = bsTopLine
  957.       end
  958.       object btnPrev5: TXILBitBtn
  959.         Tag = -1
  960.         Left = 56
  961.         Top = 308
  962.         Width = 83
  963.         Height = 25
  964.         Caption = 'Previous'
  965.         TabOrder = 0
  966.         OnClick = BitBtn2Click
  967.         Images = frmMain.imgXILButtons
  968.         ImageIndex = 11
  969.       end
  970.       object BitBtn12: TXILBitBtn
  971.         Left = 144
  972.         Top = 308
  973.         Width = 83
  974.         Height = 25
  975.         Caption = 'Next'
  976.         Default = True
  977.         TabOrder = 1
  978.         OnClick = DefaultNextPreviousClick
  979.         Images = frmMain.imgXILButtons
  980.         ImageIndex = 12
  981.       end
  982.     end
  983.     object tab6: TTabSheet
  984.       Caption = 'tab6'
  985.       object Label39: TLabel
  986.         Left = 8
  987.         Top = 8
  988.         Width = 98
  989.         Height = 22
  990.         Caption = 'Page Style'
  991.         Font.Charset = DEFAULT_CHARSET
  992.         Font.Color = clWindowText
  993.         Font.Height = -19
  994.         Font.Name = 'Arial'
  995.         Font.Style = [fsBold]
  996.         ParentFont = False
  997.       end
  998.       object Bevel13: TBevel
  999.         Left = 8
  1000.         Top = 42
  1001.         Width = 393
  1002.         Height = 9
  1003.         Shape = bsTopLine
  1004.       end
  1005.       object Bevel14: TBevel
  1006.         Left = 8
  1007.         Top = 298
  1008.         Width = 393
  1009.         Height = 9
  1010.         Shape = bsTopLine
  1011.       end
  1012.       object Label15: TLabel
  1013.         Left = 8
  1014.         Top = 64
  1015.         Width = 122
  1016.         Height = 13
  1017.         Caption = 'Specify your desired style:'
  1018.         Font.Charset = DEFAULT_CHARSET
  1019.         Font.Color = clWindowText
  1020.         Font.Height = -11
  1021.         Font.Name = 'MS Sans Serif'
  1022.         Font.Style = []
  1023.         ParentFont = False
  1024.       end
  1025.       object BitBtn17: TXILBitBtn
  1026.         Tag = -1
  1027.         Left = 56
  1028.         Top = 308
  1029.         Width = 83
  1030.         Height = 25
  1031.         Caption = 'Previous'
  1032.         TabOrder = 2
  1033.         OnClick = DefaultNextPreviousClick
  1034.         Images = frmMain.imgXILButtons
  1035.         ImageIndex = 11
  1036.       end
  1037.       object btnNext6: TXILBitBtn
  1038.         Left = 144
  1039.         Top = 308
  1040.         Width = 83
  1041.         Height = 25
  1042.         Caption = 'Next'
  1043.         Default = True
  1044.         TabOrder = 3
  1045.         OnClick = DefaultNextPreviousClick
  1046.         Images = frmMain.imgXILButtons
  1047.         ImageIndex = 12
  1048.       end
  1049.       object cmbStyle: TComboBox
  1050.         Left = 136
  1051.         Top = 60
  1052.         Width = 249
  1053.         Height = 21
  1054.         Hint = 
  1055.           'Specify a pre-built style to use for your pages, or choose "Cust' +
  1056.           'om" to specify your own color and other settings'
  1057.         Style = csDropDownList
  1058.         ItemHeight = 13
  1059.         TabOrder = 0
  1060.         OnChange = cmbStyleChange
  1061.       end
  1062.       object GroupBox1: TGroupBox
  1063.         Left = 128
  1064.         Top = 98
  1065.         Width = 257
  1066.         Height = 177
  1067.         Caption = 'Style Sample'
  1068.         TabOrder = 1
  1069.         object imgPreview: TImage
  1070.           Left = 8
  1071.           Top = 13
  1072.           Width = 241
  1073.           Height = 156
  1074.           Hint = 'A sample of the selected style'
  1075.           Center = True
  1076.         end
  1077.       end
  1078.     end
  1079.     object tab7: TTabSheet
  1080.       Caption = 'tab7'
  1081.       ImageIndex = 13
  1082.       object Label40: TLabel
  1083.         Left = 12
  1084.         Top = 56
  1085.         Width = 72
  1086.         Height = 13
  1087.         Caption = 'Page colors:'
  1088.         Font.Charset = DEFAULT_CHARSET
  1089.         Font.Color = clWindowText
  1090.         Font.Height = -11
  1091.         Font.Name = 'MS Sans Serif'
  1092.         Font.Style = [fsBold]
  1093.         ParentFont = False
  1094.       end
  1095.       object Label2: TLabel
  1096.         Left = 36
  1097.         Top = 77
  1098.         Width = 51
  1099.         Height = 13
  1100.         Caption = 'Body Text:'
  1101.       end
  1102.       object Label4: TLabel
  1103.         Left = 36
  1104.         Top = 102
  1105.         Width = 28
  1106.         Height = 13
  1107.         Caption = 'Links:'
  1108.       end
  1109.       object Label9: TLabel
  1110.         Left = 36
  1111.         Top = 127
  1112.         Width = 62
  1113.         Height = 13
  1114.         Caption = 'Visited Links:'
  1115.       end
  1116.       object Label3: TLabel
  1117.         Left = 36
  1118.         Top = 152
  1119.         Width = 61
  1120.         Height = 13
  1121.         Caption = 'Background:'
  1122.       end
  1123.       object Label53: TLabel
  1124.         Left = 8
  1125.         Top = 8
  1126.         Width = 175
  1127.         Height = 22
  1128.         Caption = 'Custom Page Style'
  1129.         Font.Charset = DEFAULT_CHARSET
  1130.         Font.Color = clWindowText
  1131.         Font.Height = -19
  1132.         Font.Name = 'Arial'
  1133.         Font.Style = [fsBold]
  1134.         ParentFont = False
  1135.       end
  1136.       object Bevel27: TBevel
  1137.         Left = 8
  1138.         Top = 42
  1139.         Width = 393
  1140.         Height = 9
  1141.         Shape = bsTopLine
  1142.       end
  1143.       object Bevel28: TBevel
  1144.         Left = 8
  1145.         Top = 298
  1146.         Width = 393
  1147.         Height = 9
  1148.         Shape = bsTopLine
  1149.       end
  1150.       object chkAddShadow: TCheckBox
  1151.         Left = 12
  1152.         Top = 264
  1153.         Width = 223
  1154.         Height = 17
  1155.         Hint = 
  1156.           'Adds a drop shadow to the display of your thumbnails and images.' +
  1157.           '  '#13#10'NOTE: This will only be visible in Internet Explorer v4.0 or' +
  1158.           ' greater)'
  1159.         Caption = 'Add a shadow to thumbnails of the color:'
  1160.         TabOrder = 13
  1161.       end
  1162.       object cmbShadowColor: TColorComboBox
  1163.         Left = 253
  1164.         Top = 261
  1165.         Width = 145
  1166.         Height = 22
  1167.         Hint = 
  1168.           'Specify the color of the drop shadow of your thumbnails and imag' +
  1169.           'es.  '#13#10'NOTE: This will only be visible in Internet Explorer v4.0' +
  1170.           ' or greater)'
  1171.         HTMLcolor = '#808080'
  1172.         ColorValue = clGray
  1173.         TabOrder = 14
  1174.         OnChange = cmbShadowColorChange
  1175.       end
  1176.       object chkBGImage: TCheckBox
  1177.         Left = 12
  1178.         Top = 179
  1179.         Width = 177
  1180.         Height = 17
  1181.         Hint = 
  1182.           'If checked then you can specify an image to use as a background ' +
  1183.           'on the created Web pages'
  1184.         Caption = 'Use a background image:'
  1185.         Checked = True
  1186.         ParentShowHint = False
  1187.         ShowHint = True
  1188.         State = cbChecked
  1189.         TabOrder = 8
  1190.       end
  1191.       object chkImageBackground: TCheckBox
  1192.         Left = 12
  1193.         Top = 234
  1194.         Width = 241
  1195.         Height = 17
  1196.         Hint = 'Applies a colored background behind the thumbnails'
  1197.         Caption = 'Add a background to thumbnails of the color:'
  1198.         TabOrder = 11
  1199.       end
  1200.       object cmbImageBackground: TColorComboBox
  1201.         Left = 253
  1202.         Top = 231
  1203.         Width = 145
  1204.         Height = 22
  1205.         Hint = 
  1206.           'Specify the color of the background that is added to your thumbn' +
  1207.           'ails'
  1208.         HTMLcolor = '#C0C0C0'
  1209.         ColorValue = clSilver
  1210.         TabOrder = 12
  1211.         OnChange = cmbImageBackgroundChange
  1212.       end
  1213.       object Edtbgimage: TEdit
  1214.         Left = 60
  1215.         Top = 199
  1216.         Width = 249
  1217.         Height = 21
  1218.         Hint = 'The image that will be used as the background for the Web page'
  1219.         ParentShowHint = False
  1220.         ShowHint = True
  1221.         TabOrder = 9
  1222.         OnChange = EdtbgimageChange
  1223.       end
  1224.       object btnbgimagebrowse: TXILBitBtn
  1225.         Left = 316
  1226.         Top = 197
  1227.         Width = 81
  1228.         Height = 25
  1229.         HelpContext = 96
  1230.         Caption = 'Browse..'
  1231.         ParentShowHint = False
  1232.         ShowHint = True
  1233.         TabOrder = 10
  1234.         OnClick = btnpreviousbrowseClick
  1235.         Spacing = 2
  1236.         Images = frmMain.imgXILButtons
  1237.         ImageIndex = 9
  1238.       end
  1239.       object edtbgcolor: TEdit
  1240.         Left = 260
  1241.         Top = 148
  1242.         Width = 60
  1243.         Height = 21
  1244.         Hint = 'HTML color value for the page'
  1245.         TabStop = False
  1246.         Color = clBtnFace
  1247.         ParentShowHint = False
  1248.         ReadOnly = True
  1249.         ShowHint = True
  1250.         TabOrder = 7
  1251.         Text = '#FFFFFF'
  1252.       end
  1253.       object edtvlink: TEdit
  1254.         Left = 260
  1255.         Top = 123
  1256.         Width = 60
  1257.         Height = 21
  1258.         Hint = 'HTML color value for the links that have been clicked'
  1259.         TabStop = False
  1260.         Color = clBtnFace
  1261.         ParentShowHint = False
  1262.         ReadOnly = True
  1263.         ShowHint = True
  1264.         TabOrder = 5
  1265.         Text = '#800000'
  1266.       end
  1267.       object cmbvlink: TColorComboBox
  1268.         Left = 108
  1269.         Top = 123
  1270.         Width = 145
  1271.         Height = 22
  1272.         Hint = 'Color of the links which the user has clicked on'
  1273.         HTMLcolor = '#800000'
  1274.         ColorValue = clMaroon
  1275.         TabOrder = 4
  1276.         OnChange = cmbbodytextChange
  1277.       end
  1278.       object cmbLink: TColorComboBox
  1279.         Left = 108
  1280.         Top = 98
  1281.         Width = 145
  1282.         Height = 22
  1283.         Hint = 'Color of the links within the Web page'
  1284.         HTMLcolor = '#C60000'
  1285.         ColorValue = 198
  1286.         TabOrder = 2
  1287.         OnChange = cmbbodytextChange
  1288.       end
  1289.       object cmbbodytext: TColorComboBox
  1290.         Left = 108
  1291.         Top = 73
  1292.         Width = 145
  1293.         Height = 22
  1294.         Hint = 'Color of the text within the Web page'
  1295.         HTMLcolor = '#000000'
  1296.         ColorValue = clBlack
  1297.         TabOrder = 0
  1298.         OnChange = cmbbodytextChange
  1299.       end
  1300.       object edtbodytext: TEdit
  1301.         Left = 260
  1302.         Top = 73
  1303.         Width = 60
  1304.         Height = 21
  1305.         Hint = 'HTML color value for the text'
  1306.         TabStop = False
  1307.         Color = clBtnFace
  1308.         ParentShowHint = False
  1309.         ReadOnly = True
  1310.         ShowHint = True
  1311.         TabOrder = 1
  1312.         Text = '#000000'
  1313.       end
  1314.       object edtlink: TEdit
  1315.         Left = 260
  1316.         Top = 98
  1317.         Width = 60
  1318.         Height = 21
  1319.         Hint = 'HTML color value for the links within the page'
  1320.         TabStop = False
  1321.         Color = clBtnFace
  1322.         ParentShowHint = False
  1323.         ReadOnly = True
  1324.         ShowHint = True
  1325.         TabOrder = 3
  1326.         Text = '#FF0000'
  1327.       end
  1328.       object cmbbgcolor: TColorComboBox
  1329.         Left = 108
  1330.         Top = 148
  1331.         Width = 145
  1332.         Height = 22
  1333.         Hint = 'Color of the background of the Web page'
  1334.         HTMLcolor = '#FFFFFF'
  1335.         ColorValue = clWhite
  1336.         TabOrder = 6
  1337.         OnChange = cmbbodytextChange
  1338.       end
  1339.       object XILBitBtn3: TXILBitBtn
  1340.         Tag = -1
  1341.         Left = 56
  1342.         Top = 308
  1343.         Width = 83
  1344.         Height = 25
  1345.         Caption = 'Previous'
  1346.         TabOrder = 15
  1347.         OnClick = DefaultNextPreviousClick
  1348.         Images = frmMain.imgXILButtons
  1349.         ImageIndex = 11
  1350.       end
  1351.       object XILBitBtn4: TXILBitBtn
  1352.         Left = 144
  1353.         Top = 308
  1354.         Width = 83
  1355.         Height = 25
  1356.         Caption = 'Next'
  1357.         Default = True
  1358.         TabOrder = 16
  1359.         OnClick = DefaultNextPreviousClick
  1360.         Images = frmMain.imgXILButtons
  1361.         ImageIndex = 12
  1362.       end
  1363.     end
  1364.     object tab8: TTabSheet
  1365.       Caption = 'tab8'
  1366.       object Label1: TLabel
  1367.         Left = 8
  1368.         Top = 8
  1369.         Width = 130
  1370.         Height = 22
  1371.         Caption = 'Other Options'
  1372.         Font.Charset = DEFAULT_CHARSET
  1373.         Font.Color = clWindowText
  1374.         Font.Height = -19
  1375.         Font.Name = 'Arial'
  1376.         Font.Style = [fsBold]
  1377.         ParentFont = False
  1378.       end
  1379.       object Label11: TLabel
  1380.         Left = 236
  1381.         Top = 130
  1382.         Width = 23
  1383.         Height = 13
  1384.         Caption = 'Link:'
  1385.       end
  1386.       object Label10: TLabel
  1387.         Left = 56
  1388.         Top = 130
  1389.         Width = 47
  1390.         Height = 13
  1391.         Caption = 'Link Text:'
  1392.       end
  1393.       object Label16: TLabel
  1394.         Left = 304
  1395.         Top = 68
  1396.         Width = 23
  1397.         Height = 13
  1398.         Caption = 'Size:'
  1399.       end
  1400.       object Bevel21: TBevel
  1401.         Left = 8
  1402.         Top = 42
  1403.         Width = 393
  1404.         Height = 9
  1405.         Shape = bsTopLine
  1406.       end
  1407.       object Bevel22: TBevel
  1408.         Left = 8
  1409.         Top = 298
  1410.         Width = 393
  1411.         Height = 9
  1412.         Shape = bsTopLine
  1413.       end
  1414.       object Label8: TLabel
  1415.         Left = 12
  1416.         Top = 68
  1417.         Width = 43
  1418.         Height = 13
  1419.         Caption = 'Heading:'
  1420.       end
  1421.       object chkLinkButtons: TCheckBox
  1422.         Left = 12
  1423.         Top = 240
  1424.         Width = 329
  1425.         Height = 17
  1426.         Hint = 
  1427.           'If this is checked then you can specify images to use for the Pr' +
  1428.           'evious Page and Next Page links.  Otherwise a text link is used'
  1429.         Caption = 'Use custom images for Navigation Links'
  1430.         Checked = True
  1431.         ParentShowHint = False
  1432.         ShowHint = True
  1433.         State = cbChecked
  1434.         TabOrder = 8
  1435.         OnClick = chkLinkButtonsClick
  1436.       end
  1437.       object btnNext8: TXILBitBtn
  1438.         Left = 144
  1439.         Top = 308
  1440.         Width = 83
  1441.         Height = 25
  1442.         Caption = 'Next'
  1443.         Default = True
  1444.         TabOrder = 12
  1445.         OnClick = btnNext8Click
  1446.         Images = frmMain.imgXILButtons
  1447.         ImageIndex = 12
  1448.       end
  1449.       object btnPrev8: TXILBitBtn
  1450.         Tag = -1
  1451.         Left = 56
  1452.         Top = 308
  1453.         Width = 83
  1454.         Height = 25
  1455.         Caption = 'Previous'
  1456.         TabOrder = 11
  1457.         OnClick = DefaultNextPreviousClick
  1458.         Images = frmMain.imgXILButtons
  1459.         ImageIndex = 11
  1460.       end
  1461.       object edtheading: TEdit
  1462.         Left = 61
  1463.         Top = 64
  1464.         Width = 229
  1465.         Height = 21
  1466.         Hint = 
  1467.           'Specify the text that you want to appear at the top of each Web ' +
  1468.           'page'
  1469.         ParentShowHint = False
  1470.         ShowHint = True
  1471.         TabOrder = 0
  1472.       end
  1473.       object chkaddHPLink: TCheckBox
  1474.         Left = 12
  1475.         Top = 104
  1476.         Width = 257
  1477.         Height = 17
  1478.         Hint = 
  1479.           'If you want to add a link to another file on each Web page then ' +
  1480.           'select this option'
  1481.         Caption = 'Add a link to your home page'
  1482.         ParentShowHint = False
  1483.         ShowHint = True
  1484.         TabOrder = 2
  1485.       end
  1486.       object edthpname: TEdit
  1487.         Left = 108
  1488.         Top = 126
  1489.         Width = 117
  1490.         Height = 21
  1491.         Hint = 'Specify the text for the link'
  1492.         ParentShowHint = False
  1493.         ShowHint = True
  1494.         TabOrder = 3
  1495.         Text = 'Return to Home Page'
  1496.         OnChange = edthpnameChange
  1497.       end
  1498.       object edthplink: TEdit
  1499.         Left = 264
  1500.         Top = 126
  1501.         Width = 129
  1502.         Height = 21
  1503.         Hint = 
  1504.           'Specify the actual link (location of the destination file, e.g. ' +
  1505.           'index.html, ../home.htm, or http://www.xequte.com/)'
  1506.         ParentShowHint = False
  1507.         ShowHint = True
  1508.         TabOrder = 4
  1509.         OnChange = edthpnameChange
  1510.       end
  1511.       object chkApplicationLink: TCheckBox
  1512.         Left = 12
  1513.         Top = 215
  1514.         Width = 385
  1515.         Height = 17
  1516.         Hint = 
  1517.           'Provides a link to the Xequte web page for more information on t' +
  1518.           'he software'
  1519.         Caption = 'Add Link to Xequte web site'
  1520.         Checked = True
  1521.         State = cbChecked
  1522.         TabOrder = 7
  1523.       end
  1524.       object spnHeadingSize: TSpinEdit
  1525.         Left = 336
  1526.         Top = 63
  1527.         Width = 57
  1528.         Height = 22
  1529.         MaxValue = 144
  1530.         MinValue = 6
  1531.         TabOrder = 1
  1532.         Value = 28
  1533.       end
  1534.       object btnChangeImages: TXILBitBtn
  1535.         Left = 268
  1536.         Top = 234
  1537.         Width = 131
  1538.         Height = 25
  1539.         Hint = 'Click to select a new JPEG quality setting for your images'
  1540.         Caption = 'Specify Images...'
  1541.         ParentShowHint = False
  1542.         ShowHint = True
  1543.         TabOrder = 9
  1544.         OnClick = btnChangeImagesClick
  1545.         Images = frmMain.ilstButtons16
  1546.         ImageIndex = 19
  1547.       end
  1548.       object chkNoFilenames: TCheckBox
  1549.         Left = 12
  1550.         Top = 164
  1551.         Width = 353
  1552.         Height = 17
  1553.         Hint = 
  1554.           'If this is checked then the filename will not be displayed below' +
  1555.           ' the thumbnail image'
  1556.         Caption = 'Do not display filenames under thumbnails'
  1557.         ParentShowHint = False
  1558.         ShowHint = True
  1559.         TabOrder = 5
  1560.       end
  1561.       object chkBorder: TCheckBox
  1562.         Left = 12
  1563.         Top = 265
  1564.         Width = 353
  1565.         Height = 17
  1566.         Hint = 
  1567.           'If this option is set then there will be a visible grid encasing' +
  1568.           ' the thumbnails'
  1569.         Caption = 'Show visible grid between rows and columns'
  1570.         ParentShowHint = False
  1571.         ShowHint = True
  1572.         TabOrder = 10
  1573.       end
  1574.       object chkAddDescriptionToPages: TCheckBox
  1575.         Left = 12
  1576.         Top = 189
  1577.         Width = 241
  1578.         Height = 17
  1579.         Hint = 
  1580.           'If checked, then when a thumbnail is clicked to display the imag' +
  1581.           'e full size, the file description will be shown beneath the imag' +
  1582.           'e'
  1583.         Caption = 'Add descriptions to image display pages'
  1584.         Checked = True
  1585.         State = cbChecked
  1586.         TabOrder = 6
  1587.       end
  1588.     end
  1589.     object tab9: TTabSheet
  1590.       Caption = 'tab9'
  1591.       ImageIndex = 12
  1592.       object Label51: TLabel
  1593.         Left = 8
  1594.         Top = 8
  1595.         Width = 168
  1596.         Height = 22
  1597.         Caption = 'Thumbnail Layout'
  1598.         Font.Charset = DEFAULT_CHARSET
  1599.         Font.Color = clWindowText
  1600.         Font.Height = -19
  1601.         Font.Name = 'Arial'
  1602.         Font.Style = [fsBold]
  1603.         ParentFont = False
  1604.       end
  1605.       object Bevel25: TBevel
  1606.         Left = 8
  1607.         Top = 42
  1608.         Width = 393
  1609.         Height = 9
  1610.         Shape = bsTopLine
  1611.       end
  1612.       object Bevel26: TBevel
  1613.         Left = 8
  1614.         Top = 298
  1615.         Width = 393
  1616.         Height = 9
  1617.         Shape = bsTopLine
  1618.       end
  1619.       object Label35: TLabel
  1620.         Left = 8
  1621.         Top = 64
  1622.         Width = 401
  1623.         Height = 13
  1624.         AutoSize = False
  1625.         Caption = 'How many thumbnails are to be displayed per page:'
  1626.         Font.Charset = DEFAULT_CHARSET
  1627.         Font.Color = clWindowText
  1628.         Font.Height = -11
  1629.         Font.Name = 'MS Sans Serif'
  1630.         Font.Style = [fsBold]
  1631.         ParentFont = False
  1632.       end
  1633.       object Label5: TLabel
  1634.         Left = 40
  1635.         Top = 96
  1636.         Width = 132
  1637.         Height = 13
  1638.         Caption = 'Number of Horizontal Rows:'
  1639.       end
  1640.       object Label42: TLabel
  1641.         Left = 40
  1642.         Top = 128
  1643.         Width = 120
  1644.         Height = 13
  1645.         Caption = 'Number of Vertical Rows:'
  1646.       end
  1647.       object Label13: TLabel
  1648.         Left = 292
  1649.         Top = 258
  1650.         Width = 8
  1651.         Height = 13
  1652.         Caption = '%'
  1653.       end
  1654.       object Label12: TLabel
  1655.         Left = 40
  1656.         Top = 258
  1657.         Width = 153
  1658.         Height = 13
  1659.         Caption = 'Thumbnail JPEG Quality Setting:'
  1660.       end
  1661.       object Label7: TLabel
  1662.         Left = 202
  1663.         Top = 228
  1664.         Width = 34
  1665.         Height = 13
  1666.         Caption = 'Height:'
  1667.       end
  1668.       object Label44: TLabel
  1669.         Left = 202
  1670.         Top = 199
  1671.         Width = 31
  1672.         Height = 13
  1673.         Caption = 'Width:'
  1674.       end
  1675.       object Label6: TLabel
  1676.         Left = 40
  1677.         Top = 199
  1678.         Width = 152
  1679.         Height = 13
  1680.         Caption = 'Maximum thumbnail size (Pixels):'
  1681.       end
  1682.       object Label37: TLabel
  1683.         Left = 8
  1684.         Top = 152
  1685.         Width = 401
  1686.         Height = 28
  1687.         AutoSize = False
  1688.         Caption = 'Please select your desired thumbnail display options:'
  1689.         Font.Charset = DEFAULT_CHARSET
  1690.         Font.Color = clWindowText
  1691.         Font.Height = -11
  1692.         Font.Name = 'MS Sans Serif'
  1693.         Font.Style = [fsBold]
  1694.         ParentFont = False
  1695.         Layout = tlBottom
  1696.         WordWrap = True
  1697.       end
  1698.       object XILBitBtn8: TXILBitBtn
  1699.         Left = 144
  1700.         Top = 308
  1701.         Width = 83
  1702.         Height = 25
  1703.         Caption = 'Next'
  1704.         Default = True
  1705.         TabOrder = 7
  1706.         OnClick = DefaultNextPreviousClick
  1707.         Images = frmMain.imgXILButtons
  1708.         ImageIndex = 12
  1709.       end
  1710.       object XILBitBtn9: TXILBitBtn
  1711.         Tag = -1
  1712.         Left = 56
  1713.         Top = 308
  1714.         Width = 83
  1715.         Height = 25
  1716.         Caption = 'Previous'
  1717.         TabOrder = 6
  1718.         OnClick = DefaultNextPreviousClick
  1719.         Images = frmMain.imgXILButtons
  1720.         ImageIndex = 11
  1721.       end
  1722.       object spnhorzthumbno: TSpinEdit
  1723.         Left = 184
  1724.         Top = 91
  1725.         Width = 41
  1726.         Height = 22
  1727.         Hint = 
  1728.           'This value determines how many thumbnails are diplayed side-by-s' +
  1729.           'ide on each Web page'
  1730.         MaxLength = 3
  1731.         MaxValue = 20
  1732.         MinValue = 1
  1733.         ParentShowHint = False
  1734.         ShowHint = True
  1735.         TabOrder = 0
  1736.         Value = 4
  1737.       end
  1738.       object spnVertthumbno: TSpinEdit
  1739.         Left = 184
  1740.         Top = 123
  1741.         Width = 41
  1742.         Height = 22
  1743.         Hint = 
  1744.           'This value determines how many thumbnails are diplayed top-to-bo' +
  1745.           'ttom on each Web page'
  1746.         MaxLength = 3
  1747.         MaxValue = 999
  1748.         MinValue = 1
  1749.         ParentShowHint = False
  1750.         ShowHint = True
  1751.         TabOrder = 1
  1752.         Value = 5
  1753.       end
  1754.       object edtJpegSetting: TEdit
  1755.         Left = 240
  1756.         Top = 254
  1757.         Width = 49
  1758.         Height = 21
  1759.         Hint = 
  1760.           'Specify the quality setting that will be used for the thumbnails' +
  1761.           ' that are created.  This setting can be lower than normal becaus' +
  1762.           'e the image will be small and so image quality is not so noticab' +
  1763.           'le.'
  1764.         TabStop = False
  1765.         Color = clBtnFace
  1766.         ParentShowHint = False
  1767.         ReadOnly = True
  1768.         ShowHint = True
  1769.         TabOrder = 4
  1770.         Text = '70'
  1771.       end
  1772.       object btnchangejpeg: TXILBitBtn
  1773.         Left = 314
  1774.         Top = 252
  1775.         Width = 75
  1776.         Height = 25
  1777.         Hint = 'Click to select a new JPEG quality setting for your thumbnails'
  1778.         Caption = 'Change'
  1779.         ParentShowHint = False
  1780.         ShowHint = True
  1781.         TabOrder = 5
  1782.         OnClick = btnchangejpegClick
  1783.         Images = frmMain.ilstButtons16
  1784.         ImageIndex = 19
  1785.       end
  1786.       object SpnThumbH: TSpinEdit
  1787.         Left = 240
  1788.         Top = 224
  1789.         Width = 49
  1790.         Height = 22
  1791.         Hint = 'This value sets the maximum height of the thumbnails created'
  1792.         Increment = 10
  1793.         MaxLength = 4
  1794.         MaxValue = 900
  1795.         MinValue = 20
  1796.         ParentShowHint = False
  1797.         ShowHint = True
  1798.         TabOrder = 3
  1799.         Value = 140
  1800.       end
  1801.       object SpnThumbW: TSpinEdit
  1802.         Left = 240
  1803.         Top = 194
  1804.         Width = 49
  1805.         Height = 22
  1806.         Hint = 'This value sets the maximum width of the thumbnails created'
  1807.         Increment = 10
  1808.         MaxLength = 4
  1809.         MaxValue = 2000
  1810.         MinValue = 20
  1811.         ParentShowHint = False
  1812.         ShowHint = True
  1813.         TabOrder = 2
  1814.         Value = 180
  1815.       end
  1816.     end
  1817.     object tab10: TTabSheet
  1818.       Caption = 'tab10'
  1819.       ImageIndex = 11
  1820.       object Label17: TLabel
  1821.         Left = 8
  1822.         Top = 8
  1823.         Width = 134
  1824.         Height = 22
  1825.         Caption = 'Image Options'
  1826.         Font.Charset = DEFAULT_CHARSET
  1827.         Font.Color = clWindowText
  1828.         Font.Height = -19
  1829.         Font.Name = 'Arial'
  1830.         Font.Style = [fsBold]
  1831.         ParentFont = False
  1832.       end
  1833.       object Label48: TLabel
  1834.         Left = 8
  1835.         Top = 48
  1836.         Width = 385
  1837.         Height = 49
  1838.         AutoSize = False
  1839.         Caption = 
  1840.           'This setting allows you to reduce the size of images in your HTM' +
  1841.           'L site (so that they are displayed correctly in the browser and ' +
  1842.           'load faster)'
  1843.         Font.Charset = DEFAULT_CHARSET
  1844.         Font.Color = clWindowText
  1845.         Font.Height = -11
  1846.         Font.Name = 'MS Sans Serif'
  1847.         Font.Style = [fsBold]
  1848.         ParentFont = False
  1849.         Layout = tlCenter
  1850.         WordWrap = True
  1851.       end
  1852.       object lblJPEG: TLabel
  1853.         Left = 56
  1854.         Top = 240
  1855.         Width = 95
  1856.         Height = 13
  1857.         Caption = 'JPEG Quality Value:'
  1858.       end
  1859.       object lbles2: TLabel
  1860.         Left = 220
  1861.         Top = 192
  1862.         Width = 14
  1863.         Height = 13
  1864.         Caption = '(w)'
  1865.         Enabled = False
  1866.       end
  1867.       object lblperc: TLabel
  1868.         Left = 221
  1869.         Top = 240
  1870.         Width = 8
  1871.         Height = 13
  1872.         Caption = '%'
  1873.         Enabled = False
  1874.       end
  1875.       object lbles1: TLabel
  1876.         Left = 304
  1877.         Top = 159
  1878.         Width = 14
  1879.         Height = 13
  1880.         Caption = 'KB'
  1881.         Enabled = False
  1882.       end
  1883.       object lbles4: TLabel
  1884.         Left = 312
  1885.         Top = 192
  1886.         Width = 12
  1887.         Height = 13
  1888.         Caption = '(h)'
  1889.         Enabled = False
  1890.       end
  1891.       object lblEmailSize: TLabel
  1892.         Left = 56
  1893.         Top = 192
  1894.         Width = 102
  1895.         Height = 13
  1896.         Caption = 'Maximum Image Size:'
  1897.       end
  1898.       object Bevel17: TBevel
  1899.         Left = 8
  1900.         Top = 42
  1901.         Width = 393
  1902.         Height = 9
  1903.         Shape = bsTopLine
  1904.       end
  1905.       object Bevel18: TBevel
  1906.         Left = 8
  1907.         Top = 298
  1908.         Width = 393
  1909.         Height = 9
  1910.         Shape = bsTopLine
  1911.       end
  1912.       object XILBitBtn2: TXILBitBtn
  1913.         Tag = -1
  1914.         Left = 56
  1915.         Top = 308
  1916.         Width = 83
  1917.         Height = 25
  1918.         Caption = 'Previous'
  1919.         TabOrder = 7
  1920.         OnClick = DefaultNextPreviousClick
  1921.         Images = frmMain.imgXILButtons
  1922.         ImageIndex = 11
  1923.       end
  1924.       object btnNext10: TXILBitBtn
  1925.         Left = 144
  1926.         Top = 308
  1927.         Width = 83
  1928.         Height = 25
  1929.         Caption = 'Next'
  1930.         Default = True
  1931.         TabOrder = 8
  1932.         OnClick = DefaultNextPreviousClick
  1933.         Images = frmMain.imgXILButtons
  1934.         ImageIndex = 12
  1935.       end
  1936.       object rdbNoChange: TRadioButton
  1937.         Left = 24
  1938.         Top = 104
  1939.         Width = 321
  1940.         Height = 17
  1941.         Hint = 
  1942.           'Images will be copied to your Web folder without any modificatio' +
  1943.           'n'
  1944.         Caption = 'Do not modify the images'
  1945.         TabOrder = 0
  1946.         OnClick = rdbNoChangeClick
  1947.       end
  1948.       object rdbResizeImages: TRadioButton
  1949.         Left = 24
  1950.         Top = 160
  1951.         Width = 337
  1952.         Height = 17
  1953.         Hint = 
  1954.           'If you select this option all images are resized and converted t' +
  1955.           'o JPEG images (which are more compact and will load faster)'
  1956.         Caption = 'Resize all images and convert to JPEG format'
  1957.         TabOrder = 2
  1958.         OnClick = rdbNoChangeClick
  1959.       end
  1960.       object spnEmailSizeX: TSpinEdit
  1961.         Left = 168
  1962.         Top = 187
  1963.         Width = 49
  1964.         Height = 22
  1965.         Hint = 'The maximum width that images will be resized to'
  1966.         Enabled = False
  1967.         Increment = 100
  1968.         MaxValue = 10000
  1969.         MinValue = 100
  1970.         ParentShowHint = False
  1971.         ShowHint = True
  1972.         TabOrder = 3
  1973.         Value = 800
  1974.       end
  1975.       object spnEmailSizeY: TSpinEdit
  1976.         Left = 256
  1977.         Top = 187
  1978.         Width = 49
  1979.         Height = 22
  1980.         Hint = 'The maximum height that images will be resized to'
  1981.         Enabled = False
  1982.         Increment = 100
  1983.         MaxValue = 10000
  1984.         MinValue = 100
  1985.         ParentShowHint = False
  1986.         ShowHint = True
  1987.         TabOrder = 4
  1988.         Value = 600
  1989.       end
  1990.       object rdbHTMLCompatible: TRadioButton
  1991.         Left = 24
  1992.         Top = 132
  1993.         Width = 361
  1994.         Height = 17
  1995.         Hint = 
  1996.           'Images that are of a format that cannot be displayed in a web br' +
  1997.           'owser will be converted to JPEG (you can also use the option bel' +
  1998.           'ow)'
  1999.         Caption = 'Convert Images that cannot be displayed in a web browser to JPEG'
  2000.         Checked = True
  2001.         TabOrder = 1
  2002.         TabStop = True
  2003.         OnClick = rdbNoChangeClick
  2004.       end
  2005.       object btnImageJPEGQ: TXILBitBtn
  2006.         Left = 256
  2007.         Top = 234
  2008.         Width = 75
  2009.         Height = 25
  2010.         Hint = 'Click to select a new JPEG quality setting for your images'
  2011.         Caption = 'Change'
  2012.         ParentShowHint = False
  2013.         ShowHint = True
  2014.         TabOrder = 6
  2015.         OnClick = btnImageJPEGQClick
  2016.         Images = frmMain.ilstButtons16
  2017.         ImageIndex = 19
  2018.       end
  2019.       object edtImageJPEGQ: TEdit
  2020.         Left = 168
  2021.         Top = 236
  2022.         Width = 49
  2023.         Height = 21
  2024.         TabStop = False
  2025.         Color = clBtnFace
  2026.         ReadOnly = True
  2027.         TabOrder = 5
  2028.         Text = '75'
  2029.       end
  2030.     end
  2031.     object tab11: TTabSheet
  2032.       Caption = 'tab11'
  2033.       object lblSlideshow: TLabel
  2034.         Left = 8
  2035.         Top = 8
  2036.         Width = 157
  2037.         Height = 22
  2038.         Caption = 'Image Slideshow'
  2039.         Font.Charset = DEFAULT_CHARSET
  2040.         Font.Color = clWindowText
  2041.         Font.Height = -19
  2042.         Font.Name = 'Arial'
  2043.         Font.Style = [fsBold]
  2044.         ParentFont = False
  2045.       end
  2046.       object lblSSExp: TLabel
  2047.         Left = 8
  2048.         Top = 50
  2049.         Width = 393
  2050.         Height = 33
  2051.         AutoSize = False
  2052.         Caption = 
  2053.           'This option will add a page that will allow users to view a slid' +
  2054.           'eshow of all your images'
  2055.         Font.Charset = DEFAULT_CHARSET
  2056.         Font.Color = clWindowText
  2057.         Font.Height = -11
  2058.         Font.Name = 'MS Sans Serif'
  2059.         Font.Style = [fsBold]
  2060.         ParentFont = False
  2061.         Layout = tlCenter
  2062.         WordWrap = True
  2063.       end
  2064.       object lblSSFilename: TLabel
  2065.         Left = 40
  2066.         Top = 118
  2067.         Width = 96
  2068.         Height = 13
  2069.         Caption = 'Slideshow Filename:'
  2070.       end
  2071.       object lblSSDelay: TLabel
  2072.         Left = 40
  2073.         Top = 150
  2074.         Width = 198
  2075.         Height = 13
  2076.         Caption = 'Delay between image changes (seconds):'
  2077.       end
  2078.       object lblSSTrans: TLabel
  2079.         Left = 96
  2080.         Top = 209
  2081.         Width = 141
  2082.         Height = 13
  2083.         Caption = 'Transition Duration (seconds):'
  2084.       end
  2085.       object lblTransition: TLabel
  2086.         Left = 40
  2087.         Top = 182
  2088.         Width = 162
  2089.         Height = 13
  2090.         Caption = 'Transition displayed as images flip:'
  2091.       end
  2092.       object Bevel15: TBevel
  2093.         Left = 8
  2094.         Top = 42
  2095.         Width = 393
  2096.         Height = 9
  2097.         Shape = bsTopLine
  2098.       end
  2099.       object Bevel16: TBevel
  2100.         Left = 8
  2101.         Top = 298
  2102.         Width = 393
  2103.         Height = 9
  2104.         Shape = bsTopLine
  2105.       end
  2106.       object chkSlideshow: TCheckBox
  2107.         Left = 16
  2108.         Top = 89
  2109.         Width = 329
  2110.         Height = 17
  2111.         Hint = 
  2112.           'If this is checked then you can specify images to use for the Pr' +
  2113.           'evious Page and Next Page links.  Otherwise a text link is used'
  2114.         Caption = 'Add an image slideshow page to my Web Index'
  2115.         Checked = True
  2116.         ParentShowHint = False
  2117.         ShowHint = True
  2118.         State = cbChecked
  2119.         TabOrder = 0
  2120.         OnClick = chkSlideshowClick
  2121.       end
  2122.       object btnPrevSS: TXILBitBtn
  2123.         Tag = -1
  2124.         Left = 56
  2125.         Top = 308
  2126.         Width = 83
  2127.         Height = 25
  2128.         Caption = 'Previous'
  2129.         TabOrder = 8
  2130.         OnClick = DefaultNextPreviousClick
  2131.         Images = frmMain.imgXILButtons
  2132.         ImageIndex = 11
  2133.       end
  2134.       object btnNextSS: TXILBitBtn
  2135.         Left = 144
  2136.         Top = 308
  2137.         Width = 83
  2138.         Height = 25
  2139.         Caption = 'Next'
  2140.         TabOrder = 9
  2141.         OnClick = btnNextSSClick
  2142.         Images = frmMain.imgXILButtons
  2143.         ImageIndex = 12
  2144.       end
  2145.       object edtSSFilename: TEdit
  2146.         Left = 152
  2147.         Top = 114
  2148.         Width = 169
  2149.         Height = 21
  2150.         Hint = 'The filename which will be given to your slideshow web page'
  2151.         TabOrder = 1
  2152.         Text = 'slideshow.html'
  2153.       end
  2154.       object spnSSDelay: TSpinEdit
  2155.         Left = 256
  2156.         Top = 145
  2157.         Width = 65
  2158.         Height = 22
  2159.         Hint = 'The period for which each image is displayed on screen'
  2160.         MaxValue = 100000
  2161.         MinValue = 1
  2162.         TabOrder = 2
  2163.         Value = 5
  2164.       end
  2165.       object spnSSTrans: TSpinEdit
  2166.         Left = 256
  2167.         Top = 204
  2168.         Width = 65
  2169.         Height = 22
  2170.         Hint = 'The number of seconds that a transitions takes to complete'
  2171.         MaxValue = 30
  2172.         MinValue = 1
  2173.         TabOrder = 4
  2174.         Value = 2
  2175.       end
  2176.       object cmbTransition: TComboBox
  2177.         Left = 216
  2178.         Top = 178
  2179.         Width = 105
  2180.         Height = 21
  2181.         Hint = 
  2182.           'Displays a transition as images flip from one to another.'#13#10'NOTE:' +
  2183.           '  These will only be displayed in Internet Explorer 4.0 or great' +
  2184.           'er (other browsers will show no flip).  Also transitions work be' +
  2185.           'st when images are the same size.'
  2186.         Style = csDropDownList
  2187.         ItemHeight = 13
  2188.         TabOrder = 3
  2189.         OnChange = chkSlideshowClick
  2190.         Items.Strings = (
  2191.           'None'
  2192.           'Random'
  2193.           'Blend'
  2194.           'Dissolve'
  2195.           'Box'
  2196.           'Circle'
  2197.           'Vertical Wipe'
  2198.           'Horizontal Wipe'
  2199.           'Diagonal Wipe'
  2200.           'Horizontal Bars'
  2201.           'Vertical Bars')
  2202.       end
  2203.       object chkBGMusic: TCheckBox
  2204.         Left = 42
  2205.         Top = 235
  2206.         Width = 351
  2207.         Height = 17
  2208.         Hint = 
  2209.           'Allows you to specify a music file that will be played in the ba' +
  2210.           'ckground while your slideshow page is displayed'
  2211.         Caption = 'Play a music file in the background:'
  2212.         ParentShowHint = False
  2213.         ShowHint = True
  2214.         TabOrder = 5
  2215.       end
  2216.       object edtBGMusic: TEdit
  2217.         Left = 72
  2218.         Top = 256
  2219.         Width = 233
  2220.         Height = 21
  2221.         Hint = 
  2222.           'Specify a music file that will be played in the background while' +
  2223.           ' your slideshow page is displayed'
  2224.         ParentShowHint = False
  2225.         ReadOnly = True
  2226.         ShowHint = True
  2227.         TabOrder = 6
  2228.         OnChange = edtBGMusicChange
  2229.       end
  2230.       object btnBGMusic: TXILBitBtn
  2231.         Left = 312
  2232.         Top = 254
  2233.         Width = 81
  2234.         Height = 25
  2235.         Hint = 'Browse for a  sound file'
  2236.         HelpContext = 96
  2237.         Caption = 'Browse..'
  2238.         ParentShowHint = False
  2239.         ShowHint = True
  2240.         TabOrder = 7
  2241.         OnClick = btnBGMusicClick
  2242.         Spacing = 2
  2243.         Images = frmMain.imgXILButtons
  2244.         ImageIndex = 8
  2245.       end
  2246.     end
  2247.     object tab12: TTabSheet
  2248.       Caption = 'tab12'
  2249.       object Label45: TLabel
  2250.         Left = 8
  2251.         Top = 8
  2252.         Width = 57
  2253.         Height = 22
  2254.         Caption = 'Finish'
  2255.         Font.Charset = DEFAULT_CHARSET
  2256.         Font.Color = clWindowText
  2257.         Font.Height = -19
  2258.         Font.Name = 'Arial'
  2259.         Font.Style = [fsBold]
  2260.         ParentFont = False
  2261.       end
  2262.       object Label46: TLabel
  2263.         Left = 8
  2264.         Top = 64
  2265.         Width = 393
  2266.         Height = 41
  2267.         AutoSize = False
  2268.         Caption = 
  2269.           'If you are satisfied with your options, please click '#39'Finish'#39' to' +
  2270.           ' commence creation of your Web Thumbnail Index'
  2271.         WordWrap = True
  2272.       end
  2273.       object Bevel23: TBevel
  2274.         Left = 8
  2275.         Top = 42
  2276.         Width = 393
  2277.         Height = 9
  2278.         Shape = bsTopLine
  2279.       end
  2280.       object Bevel24: TBevel
  2281.         Left = 8
  2282.         Top = 298
  2283.         Width = 393
  2284.         Height = 9
  2285.         Shape = bsTopLine
  2286.       end
  2287.       object btnCreateHTML: TXILBitBtn
  2288.         Left = 144
  2289.         Top = 308
  2290.         Width = 83
  2291.         Height = 25
  2292.         Caption = 'Finish'
  2293.         TabOrder = 0
  2294.         OnClick = btnCreateHTMLClick
  2295.         Images = frmMain.imgXILButtons
  2296.         ImageIndex = 0
  2297.         Kind = bkOK
  2298.       end
  2299.       object rtxfile: TListBox
  2300.         Left = 160
  2301.         Top = 122
  2302.         Width = 113
  2303.         Height = 59
  2304.         ItemHeight = 13
  2305.         TabOrder = 1
  2306.         Visible = False
  2307.       end
  2308.       object btnPrev12: TXILBitBtn
  2309.         Tag = -1
  2310.         Left = 56
  2311.         Top = 308
  2312.         Width = 83
  2313.         Height = 25
  2314.         Caption = 'Previous'
  2315.         TabOrder = 2
  2316.         OnClick = DefaultNextPreviousClick
  2317.         Images = frmMain.imgXILButtons
  2318.         ImageIndex = 11
  2319.       end
  2320.     end
  2321.   end
  2322.   object btnCancel: TXILBitBtn
  2323.     Left = 234
  2324.     Top = 335
  2325.     Width = 83
  2326.     Height = 25
  2327.     TabOrder = 1
  2328.     Images = frmMain.imgXILButtons
  2329.     ImageIndex = 1
  2330.     Kind = bkCancel
  2331.   end
  2332.   object btnHelp: TXILBitBtn
  2333.     Left = 322
  2334.     Top = 335
  2335.     Width = 83
  2336.     Height = 25
  2337.     TabOrder = 2
  2338.     OnClick = btnHelpClick
  2339.     Images = frmMain.imgXILButtons
  2340.     ImageIndex = 2
  2341.     Kind = bkHelp
  2342.   end
  2343.   object PGOpenHTMLImage: TOpenImageEnDialog
  2344.     Filter = 
  2345.       'Image files|*.gif; *.jpeg; *.jpg;|GIF Files|*.gif|JPEG Files|*.j' +
  2346.       'peg; *.jpg;'
  2347.     Title = 'Please select an image to use'
  2348.     AutoSetFilter = False
  2349.     PreviewBorderStyle = iepsCropShadow
  2350.     Left = 32
  2351.     Top = 328
  2352.   end
  2353.   object SaveDialog2: TSaveDialog
  2354.     DefaultExt = '*.html'
  2355.     Filter = 'Web Pages (*.html)|*.html|Web Pages (*.htm)|*.htm'
  2356.     Title = 'Select file to save entries to'
  2357.     Top = 328
  2358.   end
  2359.   object dlgOpenMusicFile: TOpenDialog
  2360.     Left = 8
  2361.     Top = 344
  2362.   end
  2363. end
  2364.